home *** CD-ROM | disk | FTP | other *** search
- #define FALSE 0
- #define TRUE 1
- #define REMOVE_EVENTS 0
- #define NIL_PTR 0L
- #define IN_FRONT (WindowPtr)-1L
- #define WNE_TRAP_NUM 0x60
- #define UNIMPL_TRAP_NUM 0x9F
- #define SLEEP_TICKS 0L
- #define MOUSE_REGION 0L
-
- #define CHNG_TYPE_DLOG_ID 128 // The change dialog ID
- #define CHNG_OK 1 // The "OK" button ID
- #define CHNG_CANCEL 2 // The "Cancel Button ID
- #define CHNG_FILE 3 // The edit text file type ID
- #define CHNG_CREATOR 4 // The edit text creator type ID
-
- #define ABOUT_DLOG_ID 128 // "About Creator Changer..." ID
- #define ERROR_ALERT 129 // Error alert ID
-
- #define MAIN_MENU_BAR_ID 128 // The menubar ID
- #define APPLE_MENU_ID 128 // The apple menu ID
- #define A_ABOUT_ITEM 1 // about creator changer menu ID
- #define OPTIONS_MENU_ID 129 // The options menu ID
- #define O_OPEN_ITEM 1 // open file menu item ID
- #define O_QUIT_ITEM 2 // quit menu item ID